﻿#MfpEmbed_Button_Container_Collapse {
    transform: rotate(90deg);
    top: 34vh !important;
    height: 30px !important;
    width: 180px !important;
    right: -123px !important;
    border-radius: 8px !important;
    transition-property: none !important;
}
#MfpEmbed_Button_Container {
    height: 100vh !important;
    width: 100vw !important;
    right: -48px !important;
    top:0px !important;
    margin-bottom:0px;
    border-radius: 0px !important;
    transition-property: none !important;
}
#MfpEmbed_Button_Container #MfpEmbed_Button {
    width: 100vw !important;
    border-radius: 2px !important;
}
    #MfpEmbed_Button_Container_Collapse #MfpEmbed_Button #MfpEmbed_Icon_Arrow {
        display: none !important;
    }
#MfpEmbed_Button_Container_Collapse #MfpEmbed_Button #MfpEmbed_Span {
    margin:20px !important;
}
#MfpEmbed_Button { 
    height: 30px !important;
    width: 180px !important;
    border-radius: 3px !important;
}
